nested loop join meaning in English
嵌套循环连接
Examples
- Adjusted the wording of the introduction and added the forcing of a nested loop join
调整了简介的措辞并添加了强制使用嵌套循环联接。 - Join plan directives that force optimizer to use the designated join method to join tables in the query , either nested loop join , sort merge join , or dynamic hash join
连接计划指示,强制优化器使用指定的连接方法来连接查询中的表,要么是嵌套循环连接、分类合并连接,要么是动态哈希连接。 - In addition , setting forceplan to on forces the use of a nested loop join unless other types of joins are required to construct a plan for the query , or they are requested with join hints or query hints
此外,在将forceplan设置为on的情况下,如果不需要其他类型的联接来构造查询计划,或者使用联接提示或查询提示请求了其他联接类型,则会强制使用嵌套循环联接。